Fibre Channel Driver and Utilities for EFI



Contents
========

Included Files
Updating EFI Driver, RISC Firmware And NVRAM

    

Included Files
--------------

Q24MBnnn.BIN         EFI driver image file (used for write to adapter flash)*
QL24XX.DRV           Auxiliary driver file (used for write to adapter flash)
2400.BIN             Adapter firmware file (used for write to adapter flash)
EFIUTIL.EFI          Used to update the driver, firmware, and NVRAM
RELEASENOTES.TXT     Release notes
README.TXT           This file

*Note: 1) nnn = 000, 001, etc.
       2) This overall kit that includes EFI files may contain a different 
          binary file format than is listed above.  The file(s) provided will
          depend on the intended use of this kit.  Therefore, if the 2400.bin 
          or separate firmware file is not provided, the firmware will be 
          embedded as part of the Q24xFnnn.bin file (a 1MB binary file that 
          contains bootcode + firmware).


Updating EFI Driver, RISC Firmware And NVRAM
--------------------------------------------

-Use efiutil to update the EFI Driver, RISC Firmware, and NVRAM

-You must specify a filename for efi_write.  A default
 filename is not supported.

-To update the EFI driver, do the following:
  efiutil all efi_write=q24mbnnn.bin

-To update the RISC Firmware, do the following:
  efiutil all risc_fw_write=2400.bin

-To update the NVRAM, do the following:
  efiutil all nvram_write=nvram.dat

-To update the EFI driver and RISC Firmware, do the following:
  efiutil all efi_write=q24mbnnn.bin risc_fw_write=2400.bin

-The above commands will update all 2422 adapters.  To update a specific
 adapter, replace "all" with "adapter=n" (where n = 0, 1, 2, etc.)

-You must reboot the system for Driver/Firmware/NVRAM changes to take effect.
